object Welcome: TWelcome Left = 193 Top = 209 BorderStyle = bsDialog Caption = 'Welcome to zMUD' ClientHeight = 326 ClientWidth = 564 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 60 Height = 13 Caption = 'Welcome to ' Color = clBtnFace Font.Color = clHighlight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label2: TLabel Left = 72 Top = 10 Width = 42 Height = 16 Caption = 'zMUD' Color = clBtnFace Font.Color = clHighlight Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label3: TLabel Left = 8 Top = 30 Width = 201 Height = 16 Caption = 'Zugg'#39's Multi-User Dungeon Client' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 8 Top = 54 Width = 553 Height = 9 Shape = bsTopLine end object Label4: TLabel Left = 224 Top = 30 Width = 57 Height = 13 Caption = 'Version:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Vers: TLabel Left = 312 Top = 30 Width = 185 Height = 13 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 224 Top = 12 Width = 84 Height = 16 Caption = 'Registered to:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RegName: TLabel Left = 312 Top = 12 Width = 177 Height = 16 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 224 Top = 74 Width = 249 Height = 23 Caption = 'To get started, you can either:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image7: TImage Left = 528 Top = 10 Width = 32 Height = 32 AutoSize = True end object Panel1: TPanel Left = 8 Top = 64 Width = 204 Height = 231 BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 2 TabOrder = 0 object Image2: TImage Left = 3 Top = 3 Width = 198 Height = 225 Align = alClient AutoSize = True Center = True Picture.Data = {} Stretch = True end end object Panel2: TPanel Left = 0 Top = 304 Width = 564 Height = 22 Align = alBottom Alignment = taLeftJustify BevelOuter = bvLowered Caption = ' Copyright � 1995, 1996, 1997 by Zugg. All Rights Reserved.' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object WizardBtn: TBtnPanel Left = 224 Top = 104 Width = 329 Height = 37 BorderColor = clHighlight BevelWidth = 2 BorderWidth = 2 TabOrder = 2 OnClick = WizardBtnClick object Label6: TLabel Left = 32 Top = 12 Width = 289 Height = 16 Caption = 'Use the Connection Wizard to create a NEW character' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = WizardBtnClick OnMouseMove = Label6MouseMove end object Image6: TImage Left = 8 Top = 10 Width = 16 Height = 16 AutoSize = True Picture.Data = {} OnClick = WizardBtnClick OnMouseMove = Label6MouseMove end end object HelpBtn: TBtnPanel Left = 224 Top = 144 Width = 329 Height = 37 BorderColor = clHighlight BevelWidth = 2 BorderWidth = 2 TabOrder = 3 OnClick = HelpBtnClick object Label8: TLabel Left = 32 Top = 12 Width = 289 Height = 16 Caption = 'Read the Getting Started section of the HELP manual' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = HelpBtnClick OnMouseMove = Label8MouseMove end object Image5: TImage Left = 8 Top = 10 Width = 18 Height = 18 AutoSize = True Picture.Data = {} OnClick = HelpBtnClick OnMouseMove = Label8MouseMove end end object CharBtn: TBtnPanel Left = 224 Top = 184 Width = 329 Height = 37 BorderColor = clHighlight BevelWidth = 2 BorderWidth = 2 TabOrder = 4 OnClick = CharBtnClick object Label12: TLabel Left = 32 Top = 12 Width = 289 Height = 16 Caption = 'EDIT one of your EXISTING characters ' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = CharBtnClick OnMouseMove = Label12MouseMove end object Image4: TImage Left = 8 Top = 10 Width = 18 Height = 18 AutoSize = True Picture.Data = {} OnClick = CharBtnClick OnMouseMove = Label12MouseMove end end object RecentBtn: TBtnPanel Left = 224 Top = 224 Width = 329 Height = 69 BorderColor = clHighlight BevelWidth = 2 BorderWidth = 2 TabOrder = 5 OnClick = RecentBtnClick object RecentLabel: TLabel Left = 32 Top = 6 Width = 281 Height = 16 Caption = 'RESUME your connection to:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = RecentBtnClick OnMouseMove = RecentLabelMouseMove end object Image3: TImage Left = 8 Top = 22 Width = 16 Height = 16 AutoSize = True Picture.Data = {} OnClick = RecentBtnClick OnMouseMove = RecentLabelMouseMove end object Panel3: TPanel Left = 72 Top = 44 Width = 196 Height = 19 BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object OnlineBtn: TSpeedButton Left = 1 Top = 1 Width = 97 Height = 17 GroupIndex = 1 Down = True Caption = 'Online' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnDblClick = RecentBtnClick OnMouseMove = RecentLabelMouseMove end object OfflineBtn: TSpeedButton Left = 98 Top = 1 Width = 97 Height = 17 GroupIndex = 1 Caption = 'Offline' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnDblClick = RecentBtnClick OnMouseMove = RecentLabelMouseMove end end object RecentChar: TDropList Left = 32 Top = 20 Width = 289 Height = 21 Cursor = crArrow TabStop = False Style = csDropDownList Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentCtl3D = False ParentFont = False TabOrder = 1 OnChange = RecentCharChange OnClick = RecentBtnClick OnMouseMove = RecentLabelMouseMove end end end